home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / apps / 269 / geograph / publicty.txt < prev    next >
Text File  |  1985-11-19  |  9KB  |  216 lines

  1.                           A S D E  Inc.
  2.                         151 rue Jolicoeur 
  3.                            Hull, Québec
  4.                          CANADA, J8Z 1C8
  5.  
  6.                                            
  7.                        PROGRAMS BY ASDE INC
  8.  
  9.  
  10. GEOGRAPHY TUTOR
  11.  
  12.      The  author  has  created an  educational  and  fun 
  13. Geography program called GEOGRAPHY TUTOR. Glenn Brown in the NCAUG 
  14. Ottawa  Newsletter  has  said it is one of  the  best  educational 
  15. program he has seen.  Writing in RESET (Vol 1 Issue #3  P14-15) 
  16. Bob Thompson gave a very good review and pointed out in particular 
  17. the "excellent user interface".
  18.  
  19.      See the readme file provided with this shareware version of 
  20. the program for more details.
  21.     
  22.  
  23. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  24. SPANISH VERB TUTOR  Published by Artworx, Inc. Penfield N.Y.
  25.  
  26.   This program is designed to help the user learn, revise or check the 
  27. proper conjugation of all Spanish verbs. The author believes that 
  28. learning with your computer should be made as easy and enjoyable 
  29. as possible.
  30.  
  31.   The program is initialized to communicate its instructions to you 
  32. in English. If you prefer to communicate in French, Spanish or German
  33. you can do so by choosing that language on the first screen presented 
  34. to you. You can also choose to change the language of communication
  35. from the Main Menu at any time. 
  36.  
  37. ALL THE SPANISH VERBS
  38.  
  39. * 1,250,000  DIFFERENT WORDS
  40. *        16  LEARNING LEVELS 
  41. *        75  CLEAR   LESSONS
  42. *    12,000  DIFFERENT VERBS 
  43. *            ALL MODES
  44. *            ALL TENSES
  45. *            ALL PERSONS
  46. * QUIZES    AND   FULL TABLES
  47. * BEGINNING    * INTERMEDIATE
  48. * ADVANCED     * PROFESSIONAL
  49. * INTERACTS WITH THE USER IN SPANISH, FRENCH, ENGLISH OR GERMAN. 
  50.  
  51.      This program is designed to help both the beginning 
  52. student and the fluent speaker in the use of all Spanish verbs.
  53.  
  54.      For the beginning and intermediate student the program 
  55. permits gradual learning and practice of all Spanish modes, tenses 
  56. and persons of all regular verbs as well as a few of the most 
  57. frequently used irregular verbs. This is done through 75  lessons 
  58. in 16 levels of learning. The lessons review increasingly complex 
  59. verb forms. Each is followed by a practice quiz which is graded 
  60. and referenced for future reference.
  61.  
  62.      For the intermediate and advanced student the program permits 
  63. graded drills through any of 12000 verbs in any mode or tense at 
  64. the student's choice.
  65.  
  66.      For advanced students as well as teachers and native Spanish 
  67. speakers and writers, the program makes all the exact forms of 
  68. more than 12000 verbs instantaneously available. Thus the user 
  69. gets immediate access to the correct spelling AND correct accents 
  70. of more than 1,250,000 different words.
  71.  
  72.      The program works on ATARI 520ST OR 1040ST, in monochrome or 
  73. medium resolution color modes. Comes packaged on single sided 
  74. diskette and is not copy protected.
  75.  
  76. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
  77.  
  78. FRENCH VERB TUTOR   To be published by Artworx                       
  79.                     Available directly from the author now.
  80.  
  81. All  the notes from the SPANISH VERBS program aply to this  program 
  82. about FRENCH VERBS.
  83.  
  84.  
  85. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
  86.  
  87.  
  88. GERMAN VERB TUTOR   In preparation
  89.  
  90.  
  91. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~         
  92.  
  93. GFA_BILD PROGRAM
  94.  
  95.   This program (GFA_BILD) is designed to help the GFA  BASIC               
  96. programmer save a great amount of time and effort in building
  97. sophisticated mouse driven programs. All code developed by GFA_BILD
  98. (except the author boxes) will work equally on colour
  99. (medium resolution) and monochrome monitors.
  100.  
  101.   The program assumes that the user is thoroughly familiar with 
  102. GFA_BASIC and has some experience in programming. One need not 
  103. however be an expert to use this program it was developed to 
  104. permit relatively inexperienced programmers to prepare 
  105. sophisticated applications and advanced programmers to save time.
  106. Every part of GFA_BILD was used in the construction of GFA_BILD 
  107. itself. A boot strap program as it were.
  108.  
  109.   Though GFA_BILD is self contained, its output can only be used
  110. in conjunction with your GFA BASIC interpreter. GFA_BILD will create
  111. ascii files which you can then incorporate into your programs through
  112. the MERGE function of GFA BASIC. 
  113.  
  114.      MENU:    
  115.                -New_menu: 
  116.                 The most powerful function of GFA_BILD is this
  117.                 NEW MENU. It will create a complete
  118.                 program shell for you. You simply define each
  119.                 menu heading and subheading and it creates all 
  120.                 the procedures to permit the mouse to access
  121.                 each subheading. You can then merge this into an 
  122.                 empty GFA BASIC program and test it immediately.
  123.  
  124.      BOXES:    
  125.        The box functions of GFA_BILD are:
  126.  
  127.                -Alert boxes: this will create the code for an 
  128.                 alert box of your choice. Note that this function 
  129.                 is quite a simple call in GFA_BASIC. The advantage 
  130.                 of using GFA_BILD to develop it, is that it permits       
  131.                 testing of line lenght and exact messages directly.  
  132.  
  133.                -Author boxes: This will create an author box (or 
  134.                 any other message which you wish). You can select 
  135.                 the size of the box as well as the size and style 
  136.                 of the text for each line. The message can be as 
  137.                 long as the box will contain. The code generated       
  138.                 is the only one which is not automatically corrected
  139.                 for colour (medium resolution) and mono monitor.
  140.                 You should develop separate author boxes for both 
  141.                 system, or else use the message boxes option.           
  142.          
  143.                -Message boxes: This is identical to the Author 
  144.                 boxes except that you are given fewer choices for 
  145.                 the size of texts. Because of this,  the code 
  146.                 generated can be used equally well in monochrome 
  147.                 or medium resolution.
  148.  
  149.                -Radio Button boxes: This is the most sophisticated of 
  150.                 the boxes functions in GFA_BILD. It permits you to 
  151.                 build a dialog box of any size (up to full screen) 
  152.                 and to have as many on/off buttons as the size of 
  153.                 the box will accomodate. You can choose the size 
  154.                 and style of the text for the title of the box as 
  155.                 well as for the label of each button. The code 
  156.                 generated is automatically adjusted for colour or 
  157.                 monochrome monitor.
  158.  
  159.      FILES:
  160.        Program ANALYZE aids are the next item on the main menu line.
  161.           
  162.                -Id_Variables:  Will prepare a disk or screen  file 
  163.                 of all variables in alphabetical order  together 
  164.                 with a full ordered cross reference to the line numbers 
  165.                 where they are used in the program. The CROSS 
  166.                 REFERENCER also tells you whether the value of the 
  167.                 variable was changed on any line. Since GFA_BASIC 
  168.                 does not number lines,  a full  program  listing 
  169.                 with line numbers is also generated.
  170.           
  171.                -Analyze_Program:  Will  prepare a disk  or  screen 
  172.                 file of all program functions and/or loops and their
  173.                 line numbers. The  line numbers  are  as  defined 
  174.                 above.  This is an extremely useful  programming 
  175.                 aid to review the structure of a program.  One can 
  176.                 choose to review only procedure beginning and  end 
  177.                 as well as where they are called from.  One  could 
  178.                 also  choose  to  review  other  loops  such   as 
  179.                 FOR/NEXT, IF/ENDIF, WHILE/WEND etc..
  180.  
  181.                -List on screen: lists any ascii saved 
  182.                 file from a disk to the screen. It is useful to 
  183.                 check the files created by the analyze and 
  184.                 id_variables programs above.
  185. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  186.  
  187.  
  188. ORDERING ANY OF THE PROGRAMS LISTED:
  189.  
  190. GEOGRAPHY TUTOR    $29.95
  191. GFA_BILD           $19.95 
  192. SPANISH VERB TUTOR $49.95
  193. FRENCH VERB TUTOR  $49.95
  194.  
  195.    To order by mail send cheque or money order to:
  196.  
  197. ASDE INC.
  198. 151 rue Jolicoeur
  199. Hull, Québec
  200. J8Z 1C8
  201. TEL (819)770-7681
  202.  
  203.    To order by phone (AMX,VISA,MASTERCARD):
  204.  
  205. CHIANG COMPUTERS LTD.
  206. 1054 BANK ST. 
  207. Ottawa, Ont. CANADA
  208. TEL:(613)230-4101
  209.     (613)230-2854
  210.                
  211.  
  212. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
  213. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
  214.  
  215.  
  216.